toggle menu
library
androidJvm
switch theme
search in API
library
/
io.github.wax911.library.model.body
/
[androidJvm]GraphContainer
Graph
Container
androidJvm
data
class
GraphContainer
<
T
>
(
val
data
:
T
?
=
null
,
val
errors
:
List
<
GraphError
>
?
=
null
,
val
extensions
:
Map
<
Any
,
Any
>
?
=
null
)
GraphQL response that is spec complaint.
See also
GraphQL Data Specification
Members
Constructors
Graph
Container
Link copied to clipboard
androidJvm
constructor
(
data
:
T
?
=
null
,
errors
:
List
<
GraphError
>
?
=
null
,
extensions
:
Map
<
Any
,
Any
>
?
=
null
)
Properties
data
Link copied to clipboard
androidJvm
val
data
:
T
?
=
null
errors
Link copied to clipboard
androidJvm
val
errors
:
List
<
GraphError
>
?
=
null
extensions
Link copied to clipboard
androidJvm
val
extensions
:
Map
<
Any
,
Any
>
?
=
null